home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
c
/
amivogl-1.03.lzh
/
vogl
/
src
/
sunfort
/
fgetgp.c.Z
/
fgetgp.c
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-06-03
|
304 b
|
32 lines
#include "vogl.h"
/*
* getgp_
*/
void
getgp_(x, y, z)
float *x, *y, *z;
{
getgp(x, y, z);
}
/*
* getgpos_
*/
void
getgpos_(x, y, z, w)
float *x, *y, *z, *w;
{
getgpos(x, y, z, w);
}
/*
* getgpo_ (same as getgpos_)
*/
void
getgpo_(x, y, z, w)
float *x, *y, *z, *w;
{
getgpos(x, y, z, w);
}